From 318f1c97bc45adc70f0f9cde85822d7c4f92c835 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Jan 2007 04:36:08 +0000 Subject: [PATCH] Documentation fixes (#400530, Anders Brander) 2007-01-26 Matthias Clasen * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander) svn path=/trunk/; revision=17222 --- ChangeLog | 4 ++++ gtk/gtkiconview.c | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbfbeb7b60..a32fd23296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Matthias Clasen + + * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander) + 2007-01-26 Matthias Clasen * gtk/updateiconcache.c: Check the mtime of all directories, diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index 242e98ca9a..a48a75bf2c 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -4938,7 +4938,7 @@ update_pixbuf_cell (GtkIconView *icon_view) /** * gtk_icon_view_set_text_column: * @icon_view: A #GtkIconView. - * @column: A column in the currently used model. + * @column: A column in the currently used model, or -1 to display no text * * Sets the column with text for @icon_view to be @column. The text * column must be of type #G_TYPE_STRING. @@ -4999,7 +4999,7 @@ gtk_icon_view_get_text_column (GtkIconView *icon_view) /** * gtk_icon_view_set_markup_column: * @icon_view: A #GtkIconView. - * @column: A column in the currently used model. + * @column: A column in the currently used model, or -1 to display no text * * Sets the column with markup information for @icon_view to be * @column. The markup column must be of type #G_TYPE_STRING. @@ -5062,7 +5062,7 @@ gtk_icon_view_get_markup_column (GtkIconView *icon_view) /** * gtk_icon_view_set_pixbuf_column: * @icon_view: A #GtkIconView. - * @column: A column in the currently used model. + * @column: A column in the currently used model, or -1 to disable * * Sets the column with pixbufs for @icon_view to be @column. The pixbuf * column must be of type #GDK_TYPE_PIXBUF -- 2.30.2